~Autumn ChurezenliDec 9, 2016, 11:54 AM20 PostsAPNSHi Traveler enable the APNS as default, what you should know is the APNS server is a public ip you should check the IP can be reach or not from your traveler server. This source should be connected , use" ping gateway.push.apple.com" check the connectivity If traveler server in a private network the proxy have to be used http://www.ibm.com/support/knowledgecenter/SSYRPW_9.0.1/push_messaging_proxy.html And what you should do is check the notes.ini relate to verse production and set it. The parameter NTS_PUSH_ENABLE_APNS=false should be removed from notes.ini and also you should enable the access to apple APNS services Or You can disable NTS_PUSH_ENABLE_APNS_APPLE_VERSE_IBM_PRODUCTION = false Bare in mind that each device controls how it registers for APNS. For example connection for Verse for Citrix Production to gateway.push.apple.com on port 2195 is active and is enabled via NTS_PUSH_ENABLE_APNS_APPLE_VERSE_CITRIX_PRODUCTION If you don't want to allow that app to use APNS, you will have to disable it too. See the full list of NTS_PUSH_ENABLE_APNS parameters below: http://www.ibm.com/support/knowledgecenter/SSYRPW_9.0.1/List_of_Notes_ini_settings.html
~Cheryl LopponekonyakoiDec 12, 2016, 8:16 AM33 PostsThanks, but...Hi, Thank you for the Infos. In the list of Parameters, there are a lot of parameters about disabling Push for Verse. But what about disabling push for the native mail app? Thanks again, Manuel
~Chris LopjipytexlenDec 22, 2016, 6:57 PM5 PostsAPNSThe native built in mail app on Apple iOS does not use APNS for push. It uses a long poll request from the app to the server using the Exchange ActiveSync protocol. Individual users can disable this if they do not want to do push and switch their account settings on the iOS device to Fetch New Data as Fetch instead of Push. On the device, go to Settings->Mail->Fetch New Data-> Find your Traveler account and change the settings from Push to Fetch or Manual. You can also change the Fetch settings to be either every 15, 30 or 60 minutes (or manual).
~Cheryl LopponekonyakoiDec 23, 2016, 9:08 AM33 PostsVery interesting, thank youThere might be my misunderstanding, thank you. And I thought, the native App would push with APNS (erm, get pushed to).